Categories

Versions

Step Custom Progress (Custom Operators)

Synopsis

This operator can be used to advance the progress of a Custom Operator.

Description

This operator advances the progress of the Custom Operator containing it by the specified amount. It must be used after a Total Custom Progress operator that defines the total progress.

Differentiation

Total Custom Progress

The Total Custom Progress operator defines the total progress of the Custom Operator.

Input

  • through (IOObject)

    It is not compulsory to connect any object with this port. Any object connected at this port is delivered without any modifications to the output port. This operator can have multiple inputs. When one input is connected, another through input port becomes available which is ready to accept another input (if any). The order of inputs remains the same. The object supplied at the first through input port of the operator is available at the first through output port.

Output

  • through (IOObject)

    The objects that were given as input are passed without changing to the output through this port. It is not compulsory to attach this port to any other port. The Log operator can have multiple outputs. When one output is connected, another through output port becomes available which is ready to deliver another output (if any). The order of outputs remains the same. The object delivered at the first through input port of the operator is delivered at the first through output port

Parameters

  • progress_stepSpecifies the amount to step the progress. Range: integer